home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Mac OS / AIAT / Headers / Storage / HFSStorage.h next >
Encoding:
Text File  |  1998-04-16  |  545 b   |  33 lines  |  [TEXT/CWIE]

  1. // HFSStorage.h
  2. //    Copyright:    © 1994 - 1998 by Apple Computer, Inc., all rights reserved.
  3.  
  4.  
  5. #pragma once
  6. #ifndef HFSStorage_h
  7. #define HFSStorage_h
  8.  
  9. #pragma import on
  10.  
  11. #if PRAGMA_STRUCT_ALIGN
  12.     #pragma options align=power
  13. #endif
  14.  
  15. #include "IAStorage.h"
  16.  
  17. #include <Types.h>
  18.  
  19. #pragma IA_BEGIN_EXPORTS
  20.  
  21. IAStorage* MakeHFSStorage(short vRef, long dirId, const StringPtr name,
  22.                           OSType creator = 'VTWN', OSType fileType = 'STOR');
  23.  
  24. #pragma IA_END_EXPORTS
  25.  
  26. #if PRAGMA_STRUCT_ALIGN
  27.     #pragma options align=reset
  28. #endif
  29.  
  30. #pragma import reset
  31.  
  32. #endif
  33.